6 references to Other
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (2)
2688semantics = MethodSemanticsAttributes.Other; 2724semantics = 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: