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