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