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