1 write to fullname
Mono.Cecil (1)
Mono.Cecil\TypeParser.cs (1)
40 this.fullname = fullname;
10 references to fullname
Mono.Cecil (10)
Mono.Cecil\TypeParser.cs (10)
105 while (position < length && !IsDelimiter (fullname [position])) { 106 if (fullname [position] == '\\') 109 part.Append (fullname [position++]); 122 while (position < length && Char.IsWhiteSpace (fullname [position])) 137 if (position < length && fullname [position] == chr) { 155 switch (fullname [position]) { 166 switch (fullname [position]) { 198 if (position == length || fullname [position] != '[') 227 var chr = fullname [position]; 234 return fullname.Substring (start, position - start);