3 writes to _currentParameterName
System.Xaml (3)
System\Xaml\Parser\MeScanner.cs (3)
75
_currentParameterName
= null;
215
_currentParameterName
= _context.CurrentLongestConstructorOfMarkupExtension[currentCtrParam].Name;
525
_currentParameterName
= result;
2 references to _currentParameterName
System.Xaml (2)
System\Xaml\Parser\MeScanner.cs (2)
216
_currentSpecialBracketCharacters = GetBracketCharacterForProperty(
_currentParameterName
);
526
_currentSpecialBracketCharacters = GetBracketCharacterForProperty(
_currentParameterName
);