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