2 writes to _inputText
System.Xaml (2)
System\Xaml\Parser\GenericTypeNameParser.cs (2)
71_inputText = text; 101_inputText = text;
4 references to _inputText
System.Xaml (4)
System\Xaml\Parser\GenericTypeNameParser.cs (4)
253throw new TypeNameParserException(SR.Format(SR.InvalidCharInTypeName, _scanner.ErrorCurrentChar, _inputText)); 299throw new TypeNameParserException(SR.Format(SR.InvalidTypeString, _inputText)); 305throw new TypeNameParserException(SR.Format(SR.InvalidTypeString, _inputText)); 316throw new TypeNameParserException(SR.Format(SR.InvalidTypeString, _inputText));