5 references to ModuleExtensions
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (3)
960
if ((fieldFlags & FieldAttributes.Static) == 0 &&
ModuleExtensions
.ShouldImportField(fieldFlags, moduleSymbol.ImportOptions))
1154
gapSize =
ModuleExtensions
.GetVTableGapSize(module.GetMethodDefNameOrThrow(methodDef));
1331
if (
ModuleExtensions
.ShouldImportField(fieldFlags, moduleSymbol.ImportOptions))
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Source\SourceMethodSymbol.vb (1)
1985
ModuleExtensions
.GetVTableGapSize(Me.MetadataName) > 0
mscorlib (1)
mscorlib.cs (1)
87
[assembly:System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Reflection.
ModuleExtensions
))]