2 writes to _inputText
System.Xaml (2)
System\Xaml\Parser\GenericTypeNameParser.cs (2)
70
_inputText
= text;
100
_inputText
= text;
4 references to _inputText
System.Xaml (4)
System\Xaml\Parser\GenericTypeNameParser.cs (4)
252
throw new TypeNameParserException(SR.Format(SR.InvalidCharInTypeName, _scanner.ErrorCurrentChar,
_inputText
));
298
throw new TypeNameParserException(SR.Format(SR.InvalidTypeString,
_inputText
));
304
throw new TypeNameParserException(SR.Format(SR.InvalidTypeString,
_inputText
));
315
throw new TypeNameParserException(SR.Format(SR.InvalidTypeString,
_inputText
));