1 write to length
Mono.Cecil (1)
Mono.Cecil\TypeParser.cs (1)
41 this.length = fullname.Length;
6 references to length
Mono.Cecil (6)
Mono.Cecil\TypeParser.cs (6)
105 while (position < length && !IsDelimiter (fullname [position])) { 122 while (position < length && Char.IsWhiteSpace (fullname [position])) 137 if (position < length && fullname [position] == chr) { 154 while (position < length) { 198 if (position == length || fullname [position] != '[') 226 while (position < length) {