8 references to Other
ILAssembler (2)
GrammarVisitor.cs (2)
2106".other" => MethodSemanticsAttributes.Other, 4537".other" => MethodSemanticsAttributes.Other,
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (2)
2703semantics = MethodSemanticsAttributes.Other; 2739semantics = MethodSemanticsAttributes.Other;
System.Reflection.Emit (2)
System\Reflection\Emit\ModuleBuilderImpl.cs (2)
259AddMethodSemantics(eventHandle, MethodSemanticsAttributes.Other, method._handle); 292AddMethodSemantics(propertyHandle, MethodSemanticsAttributes.Other, method._handle);
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\EventDefinition.cs (1)
90case MethodSemanticsAttributes.Other:
System\Reflection\Metadata\TypeSystem\PropertyDefinition.cs (1)
97case MethodSemanticsAttributes.Other: