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