9 references to ModuleExtensions
Microsoft.CodeAnalysis (1)
Emit\NoPia\CommonEmbeddedType.cs (1)
461builder.Add(new VtblGap(this, ModuleExtensions.GetVTableGapName(gapIndex, gapSize)));
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (3)
927if ((fieldFlags & FieldAttributes.Static) == 0 && ModuleExtensions.ShouldImportField(fieldFlags, moduleSymbol.ImportOptions)) 1121gapSize = ModuleExtensions.GetVTableGapSize(module.GetMethodDefNameOrThrow(methodDef)); 1298if (ModuleExtensions.ShouldImportField(fieldFlags, moduleSymbol.ImportOptions))
Symbols\Retargeting\RetargetingNamedTypeSymbol.cs (1)
156int gapSize = isInterface ? Microsoft.CodeAnalysis.ModuleExtensions.GetVTableGapSize(method.MetadataName) : 0;
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
1209ModuleExtensions.GetVTableGapSize(this.MetadataName) > 0;
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\Metadata\PE\PENamedTypeSymbol.vb (1)
585gapSize = ModuleExtensions.GetVTableGapSize([module].GetMethodDefNameOrThrow(methodDef))
Symbols\Retargeting\RetargetingNamedTypeSymbol.vb (1)
313Dim gapSize = If(isInterface, Microsoft.CodeAnalysis.ModuleExtensions.GetVTableGapSize(method.MetadataName), 0)
Symbols\Source\SourceMethodSymbol.vb (1)
1952ModuleExtensions.GetVTableGapSize(Me.MetadataName) > 0