3 instantiations of BamlStringToken
PresentationFramework (3)
MS\Internal\Globalization\BamlResourceContent.cs (3)
208new BamlStringToken( 225new BamlStringToken( 247new BamlStringToken(
12 references to BamlStringToken
PresentationFramework (12)
MS\Internal\Globalization\BamlResourceContent.cs (8)
183internal static ReadOnlySpan<BamlStringToken> ParseChildPlaceholder(string input) 186return ReadOnlySpan<BamlStringToken>.Empty; 188List<BamlStringToken> tokens = new(8); 201return ReadOnlySpan<BamlStringToken>.Empty; // error 209BamlStringToken.TokenType.Text, 226BamlStringToken.TokenType.ChildPlaceHolder, 241return ReadOnlySpan<BamlStringToken>.Empty; // error 248BamlStringToken.TokenType.Text,
MS\Internal\Globalization\BamlTreeUpdater.cs (4)
597ReadOnlySpan<BamlStringToken> tokens = BamlResourceContentUtil.ParseChildPlaceholder(content); 611foreach (BamlStringToken token in tokens) 615case BamlStringToken.TokenType.Text: 621case BamlStringToken.TokenType.ChildPlaceHolder: