You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.167
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
This commit is contained in:
parent
e49d6f06c0
commit
536cd135cc
@@ -28,7 +28,7 @@ namespace System.Diagnostics.Eventing
|
||||
[FieldOffset(8)]
|
||||
private long m_keywords;
|
||||
|
||||
[SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "opcode", Justification = "[....]: Shipped public in 3.5, breaking change to fix now.")]
|
||||
[SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "opcode", Justification = "Microsoft: Shipped public in 3.5, breaking change to fix now.")]
|
||||
public EventDescriptor(
|
||||
int id,
|
||||
byte version,
|
||||
@@ -98,7 +98,7 @@ namespace System.Diagnostics.Eventing
|
||||
}
|
||||
}
|
||||
|
||||
[SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "Opcode", Justification = "[....]: Shipped public in 3.5, breaking change to fix now.")]
|
||||
[SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "Opcode", Justification = "Microsoft: Shipped public in 3.5, breaking change to fix now.")]
|
||||
public byte Opcode
|
||||
{
|
||||
get
|
||||
|
||||
@@ -52,7 +52,7 @@ namespace System.Diagnostics.Eventing.Reader {
|
||||
internal EventLogHandle renderContextHandleSystem = EventLogHandle.Zero;
|
||||
internal EventLogHandle renderContextHandleUser = EventLogHandle.Zero;
|
||||
|
||||
//the dummy [....] object for the two contextes.
|
||||
//the dummy sync object for the two contextes.
|
||||
private object syncObject = null;
|
||||
|
||||
private string server;
|
||||
|
||||
@@ -86,7 +86,7 @@ namespace System.Diagnostics.Eventing.Reader {
|
||||
}
|
||||
}
|
||||
|
||||
[SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "Opcode", Justification = "[....]: Shipped public in 3.5, breaking change to fix now.")]
|
||||
[SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "Opcode", Justification = "Microsoft: Shipped public in 3.5, breaking change to fix now.")]
|
||||
public EventOpcode Opcode {
|
||||
get {
|
||||
return new EventOpcode(this.opcode, this.pmReference);
|
||||
|
||||
@@ -20,7 +20,7 @@ using System.Diagnostics.CodeAnalysis;
|
||||
namespace System.Diagnostics.Eventing.Reader {
|
||||
|
||||
[System.Security.Permissions.HostProtection(MayLeakOnAbort = true)]
|
||||
[SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "Opcode", Justification = "[....]: Shipped public in 3.5, breaking change to fix now.")]
|
||||
[SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "Opcode", Justification = "Microsoft: Shipped public in 3.5, breaking change to fix now.")]
|
||||
public sealed class EventOpcode {
|
||||
private int value;
|
||||
private string name;
|
||||
|
||||
@@ -30,7 +30,7 @@ namespace System.Diagnostics.Eventing.Reader {
|
||||
public abstract byte? Level { get; }
|
||||
public abstract int? Task { get; }
|
||||
|
||||
[SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "Opcode", Justification = "[....]: Shipped public in 3.5, breaking change to fix now.")]
|
||||
[SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "Opcode", Justification = "Microsoft: Shipped public in 3.5, breaking change to fix now.")]
|
||||
public abstract short? Opcode { get; }
|
||||
public abstract long? Keywords { get; }
|
||||
|
||||
@@ -55,7 +55,7 @@ namespace System.Diagnostics.Eventing.Reader {
|
||||
|
||||
public abstract string LevelDisplayName { get; }
|
||||
|
||||
[SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "Opcode", Justification = "[....]: Shipped public in 3.5, breaking change to fix now.")]
|
||||
[SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "Opcode", Justification = "Microsoft: Shipped public in 3.5, breaking change to fix now.")]
|
||||
public abstract string OpcodeDisplayName { get; }
|
||||
public abstract string TaskDisplayName { get; }
|
||||
public abstract IEnumerable<string> KeywordsDisplayNames { get; }
|
||||
|
||||
@@ -440,7 +440,7 @@ namespace System.Diagnostics.Eventing.Reader {
|
||||
}
|
||||
}
|
||||
|
||||
[SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "Opcodes", Justification = "[....]: Shipped public in 3.5, breaking change to fix now.")]
|
||||
[SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "Opcodes", Justification = "Microsoft: Shipped public in 3.5, breaking change to fix now.")]
|
||||
public IList<EventOpcode> Opcodes {
|
||||
get {
|
||||
List<EventOpcode> eo;
|
||||
|
||||
Reference in New Issue
Block a user