3 writes to label
System (3)
compmod\system\codedom\CodeLabeledStatement.cs (3)
39this.label = label; 46this.label = label; 58this.label = value;
2 references to label
System (2)
compmod\system\codedom\CodeLabeledStatement.cs (2)
55return (label == null) ? string.Empty : label;