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