4 references to IsNested
Microsoft.CodeAnalysis (3)
MetadataReader\PEModule.cs (3)
599
return
IsNested
(metadataReader.GetTypeDefinition(typeDef).Attributes);
627
if (topLevelOnly &&
IsNested
(row.Attributes))
2882
if (
IsNested
(def.Attributes))
Microsoft.CodeAnalysis.VisualBasic.ExpressionEvaluator.ExpressionCompiler (1)
EvaluationContext.vb (1)
270
If Not PEModule.
IsNested
(typeDef.Attributes) AndAlso