1 instantiation of FixedFieldImplementationType
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\PEModuleBuilder.cs (1)
1478result = new FixedFieldImplementationType(field);
1 reference to FixedFieldImplementationType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
1533var candidates = this.GetMembers(FixedFieldImplementationType.FixedElementFieldName);