10 writes to position
Mono.Cecil (10)
Mono.Cecil\TypeParser.cs (10)
107
position
++;
109
part.Append (fullname [
position
++]);
123
position
++;
138
position
++;
157
position
++;
161
position
++;
165
position
++;
168
position
++;
172
position
++;
231
position
++;
16 references to position
Mono.Cecil (16)
Mono.Cecil\TypeParser.cs (16)
105
while (
position
< length && !IsDelimiter (fullname [
position
])) {
106
if (fullname [
position
] == '\\')
122
while (
position
< length && Char.IsWhiteSpace (fullname [
position
]))
137
if (
position
< length && fullname [
position
] == chr) {
154
while (
position
< length) {
155
switch (fullname [
position
]) {
166
switch (fullname [
position
]) {
198
if (
position
== length || fullname [
position
] != '[')
225
var start =
position
;
226
while (
position
< length) {
227
var chr = fullname [
position
];
234
return fullname.Substring (start,
position
- start);