3 writes to _label
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\System\CodeLabeledStatement.cs (3)
38
_label
= label;
46
_label
= label;
61
_label
= value;
2 references to _label
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeLabeledStatement.cs (2)
57
return (
_label
== null) ? string.Empty :
_label
;