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