2 writes to _inputText
System.Xaml (2)
System\Xaml\Parser\GenericTypeNameParser.cs (2)
75_inputText = text; 104_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)); 296throw new TypeNameParserException(SR.Format(SR.InvalidTypeString, _inputText)); 302throw new TypeNameParserException(SR.Format(SR.InvalidTypeString, _inputText)); 313throw new TypeNameParserException(SR.Format(SR.InvalidTypeString, _inputText));