1 instantiation of SpecialBracketCharacters
System.Xaml (1)
System\Xaml\XamlSchemaContext.cs (1)
597
? new
SpecialBracketCharacters
(markupExtensionBracketCharactersList)
14 references to SpecialBracketCharacters
System.Xaml (14)
System\Xaml\Context\XamlParserContext.cs (1)
210
internal Dictionary<string,
SpecialBracketCharacters
> CurrentEscapeCharacterMapForMarkupExtension
System\Xaml\Context\XamlParserFrame.cs (1)
37
public Dictionary<string,
SpecialBracketCharacters
> EscapeCharacterMapForMarkupExtension { get; set; }
System\Xaml\Parser\MeScanner.cs (3)
64
private
SpecialBracketCharacters
_currentSpecialBracketCharacters;
602
private
SpecialBracketCharacters
GetBracketCharacterForProperty(string propertyName)
604
SpecialBracketCharacters
bracketCharacters = null;
System\Xaml\XamlSchemaContext.cs (9)
489
private ConcurrentDictionary<XamlType, Dictionary<string,
SpecialBracketCharacters
> > _masterBracketCharacterCache;
498
private ConcurrentDictionary<XamlType, Dictionary<string,
SpecialBracketCharacters
> > MasterBracketCharacterCache
503
Interlocked.CompareExchange(ref _masterBracketCharacterCache, CreateDictionary<XamlType, Dictionary<string,
SpecialBracketCharacters
>>(), null);
566
internal Dictionary<string,
SpecialBracketCharacters
> InitBracketCharacterCacheForType(XamlType type)
570
Dictionary<string,
SpecialBracketCharacters
> bracketCharacterCache = null;
587
private Dictionary<string,
SpecialBracketCharacters
> BuildBracketCharacterCacheForType(XamlType type)
589
Dictionary<string,
SpecialBracketCharacters
> map = new Dictionary<string,
SpecialBracketCharacters
>(StringComparer.OrdinalIgnoreCase);
596
SpecialBracketCharacters
splBracketCharacters = markupExtensionBracketCharactersList is not null && markupExtensionBracketCharactersList.Count > 0