1 instantiation of FixedFieldImplementationType
Microsoft.CodeAnalysis.CSharp (1)
Emitter\Model\PEModuleBuilder.cs (1)
1478
result = new
FixedFieldImplementationType
(field);
2 references to FixedFieldImplementationType
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\PEModuleBuilder.cs (1)
2096
Debug.Assert(container is not NamedTypeSymbol { IsExtension: true } || nestedType.GetInternalSymbol() is
FixedFieldImplementationType
);
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
1729
var candidates = this.GetMembers(
FixedFieldImplementationType
.FixedElementFieldName);