4 references to Ident
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (4)
2461return Ident; 2625while (_token == MappingScanner.Ident) 2665if (_token != MappingScanner.Ident || !_scanner.TokenEquals(ident)) 2713throw new MappingParseError(_scanner.Start, MappingScanner.Ident, _token, ident);