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