1 write to NestingLevel
Microsoft.CodeAnalysis.UnitTests (1)
MetadataReferences\MetadataHelpersTests.cs (1)
69
this.
NestingLevel
= nestingLevel;
5 references to NestingLevel
Microsoft.CodeAnalysis.UnitTests (5)
MetadataReferences\MetadataHelpersTests.cs (5)
122
if (typeNameConfig.
NestingLevel
> 0)
124
expectedNestedTypes = new string[typeNameConfig.
NestingLevel
];
125
for (int i = 0; i < typeNameConfig.
NestingLevel
; i++)
143
if (typeNameConfig.
NestingLevel
== 0)
149
expectedNestedTypes[typeNameConfig.
NestingLevel
- 1] += genericArityStr;