2 references to NestedArrayDepth
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
787
int nestedArrayDepth = e.CreateType.
NestedArrayDepth
;
FrameworkFork\Microsoft.CodeDom\System\CodeTypeReference.cs (1)
360
return 1 + _arrayElementType.
NestedArrayDepth
;