2 writes to PropertyName
PresentationBuildTasks (2)
Framework\MS\Internal\Globalization\LocalizationComments.cs (2)
111
currentPair.
PropertyName
= tokenBuffer.ToString();
124
currentPair.
PropertyName
= tokenBuffer.ToString();
4 references to PropertyName
PresentationBuildTasks (4)
Framework\MS\Internal\Globalization\LocalizationComments.cs (4)
103
if (currentPair.
PropertyName
== null)
160
throw new FormatException(SR.Get(SRID.InvalidLocCommentValue, currentPair.
PropertyName
, input));
186
throw new FormatException(SR.Get(SRID.InvalidLocCommentValue, currentPair.
PropertyName
, input));
205
if (currentPair.
PropertyName
!= null || tokenBuffer.Length != 0)