3 instantiations of BamlStringToken
PresentationFramework (3)
MS\Internal\Globalization\BamlResourceContent.cs (3)
209new BamlStringToken( 226new BamlStringToken( 248new BamlStringToken(
12 references to BamlStringToken
PresentationFramework (12)
MS\Internal\Globalization\BamlResourceContent.cs (8)
184internal static ReadOnlySpan<BamlStringToken> ParseChildPlaceholder(string input) 187return ReadOnlySpan<BamlStringToken>.Empty; 189List<BamlStringToken> tokens = new(8); 202return ReadOnlySpan<BamlStringToken>.Empty; // error 210BamlStringToken.TokenType.Text, 227BamlStringToken.TokenType.ChildPlaceHolder, 242return ReadOnlySpan<BamlStringToken>.Empty; // error 249BamlStringToken.TokenType.Text,
MS\Internal\Globalization\BamlTreeUpdater.cs (4)
616ReadOnlySpan<BamlStringToken> tokens = BamlResourceContentUtil.ParseChildPlaceholder(content); 630foreach (BamlStringToken token in tokens) 634case BamlStringToken.TokenType.Text: 640case BamlStringToken.TokenType.ChildPlaceHolder: