2 writes to Semantics
AssemblyStripper (2)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Metadata\MetadataRowReader.cs (1)
290 row.Semantics = (CilStrip.Mono.Cecil.MethodSemanticsAttributes) m_binaryReader.ReadUInt16 ();
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Metadata\MetadataRowWriter.cs (1)
373 row.Semantics = _semantics;
7 references to Semantics
AssemblyStripper (7)
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil.Metadata\MetadataRowWriter.cs (1)
709 m_binaryWriter.Write ((ushort) row.Semantics);
.packages\microsoft.dotnet.cilstrip.sources\9.0.0-beta.24324.1\contentFiles\cs\netstandard2.0\Mono.Cecil\AggressiveReflectionReader.cs (6)
223 semMeth.SemanticsAttributes = semRow.Semantics; 227 if ((semRow.Semantics & MethodSemanticsAttributes.AddOn) != 0) 229 else if ((semRow.Semantics & MethodSemanticsAttributes.Fire) != 0) 231 else if ((semRow.Semantics & MethodSemanticsAttributes.RemoveOn) != 0) 236 if ((semRow.Semantics & MethodSemanticsAttributes.Getter) != 0) 238 else if ((semRow.Semantics & MethodSemanticsAttributes.Setter) != 0)