5 references to IsNested
Microsoft.CodeAnalysis.Features (1)
PdbSourceDocument\SymbolSourceDocumentFinder.cs (1)
135
if (processContainingType && typeDef.
IsNested
)
Microsoft.DotNet.GenFacades (1)
GenPartialFacadeSourceGenerator.cs (1)
110
if (!typeDefination.
IsNested
&& IsPublic(typeDefination))
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\General\Ecma\EcmaToStringHelpers.cs (1)
47
if (td.
IsNested
)
System\Reflection\TypeLoading\Modules\Ecma\EcmaModule.GetTypeCore.cs (1)
30
if (td.
IsNested
)
System\Reflection\TypeLoading\Types\Ecma\EcmaDefinitionType.cs (1)
34
if (!TypeDefinition.
IsNested
)