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