1 write to Label
System (1)
compmod\system\codedom\CodeGotoStatement.cs (1)
32Label = label;
3 references to Label
System (3)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
1580Output.Write(e.Label);
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
1626Output.WriteLine(e.Label);
compmod\system\codedom\compiler\CodeValidator.cs (1)
482ValidateIdentifier(e,"Label",e.Label);