1 write to _indent
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\GenerateConverter.cs (1)
1075
_indent
= s.IndexOf('#') / 4;
3 references to _indent
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\GenerateConverter.cs (3)
1064
public int Indent { get { return
_indent
; } }
1086
iw.Indent =
_indent
;
1087
for (int i = 0; i <
_indent
; i++)