3 writes to _currentParameterName
System.Xaml (3)
System\Xaml\Parser\MeScanner.cs (3)
78
_currentParameterName
= null;
214
_currentParameterName
= _context.CurrentLongestConstructorOfMarkupExtension[currentCtrParam].Name;
515
_currentParameterName
= result;
2 references to _currentParameterName
System.Xaml (2)
System\Xaml\Parser\MeScanner.cs (2)
215
_currentSpecialBracketCharacters = GetBracketCharacterForProperty(
_currentParameterName
);
516
_currentSpecialBracketCharacters = GetBracketCharacterForProperty(
_currentParameterName
);