2 writes to _inputText
System.Xaml (2)
System\Xaml\Parser\GenericTypeNameParser.cs (2)
73_inputText = text; 103_inputText = text;
4 references to _inputText
System.Xaml (4)
System\Xaml\Parser\GenericTypeNameParser.cs (4)
255throw new TypeNameParserException(SR.Format(SR.InvalidCharInTypeName, _scanner.ErrorCurrentChar, _inputText)); 301throw new TypeNameParserException(SR.Format(SR.InvalidTypeString, _inputText)); 307throw new TypeNameParserException(SR.Format(SR.InvalidTypeString, _inputText)); 318throw new TypeNameParserException(SR.Format(SR.InvalidTypeString, _inputText));