6 references to Other
Microsoft.CodeAnalysis (2)
PEWriter\MetadataWriter.cs (2)
2657semantics = MethodSemanticsAttributes.Other; 2687semantics = MethodSemanticsAttributes.Other;
System.Reflection.Emit (2)
System\Reflection\Emit\ModuleBuilderImpl.cs (2)
258AddMethodSemantics(eventHandle, MethodSemanticsAttributes.Other, method._handle); 291AddMethodSemantics(propertyHandle, MethodSemanticsAttributes.Other, method._handle);
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\EventDefinition.cs (1)
86case MethodSemanticsAttributes.Other:
System\Reflection\Metadata\TypeSystem\PropertyDefinition.cs (1)
93case MethodSemanticsAttributes.Other: