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