6 references to ModuleExtensions
Microsoft.CodeAnalysis (1)
Emit\NoPia\CommonEmbeddedType.cs (1)
463builder.Add(new VtblGap(this, ModuleExtensions.GetVTableGapName(gapIndex, gapSize)));
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (3)
1135if ((fieldFlags & FieldAttributes.Static) == 0 && ModuleExtensions.ShouldImportField(fieldFlags, moduleSymbol.ImportOptions)) 1329gapSize = ModuleExtensions.GetVTableGapSize(module.GetMethodDefNameOrThrow(methodDef)); 1506if (ModuleExtensions.ShouldImportField(fieldFlags, moduleSymbol.ImportOptions))
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (1)
184int gapSize = isInterface ? Microsoft.CodeAnalysis.ModuleExtensions.GetVTableGapSize(method.MetadataName) : 0;
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1650ModuleExtensions.GetVTableGapSize(this.MetadataName) > 0;