2 references to ShouldImportMethod
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Metadata\PE\PENamedTypeSymbol.cs (2)
2256
if (isOrdinaryEmbeddableStruct || module.
ShouldImportMethod
(_handle, methodHandle, moduleSymbol.ImportOptions) ||
2344
Debug.Assert(found || !module.
ShouldImportMethod
(typeDef, methodDef, this.ContainingPEModule.ImportOptions));