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