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