6 references to GetVTableGapSize
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (1)
1121
gapSize = ModuleExtensions.
GetVTableGapSize
(module.GetMethodDefNameOrThrow(methodDef));
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