1 write to _private
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1607
_private
= converter.ConvertToInvariantString(MemberAttributes.Private).ToLowerInvariant();
2 references to _private
PresentationBuildTasks (2)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (2)
1596
if (
_private
.Length == 0)
1632
if (normalizedModifier.Equals(
_private
))