1 write to startDirectives
System (1)
compmod\system\codedom\CodeStatement.cs (1)
55
startDirectives
= new CodeDirectiveCollection();
2 references to startDirectives
System (2)
compmod\system\codedom\CodeStatement.cs (2)
54
if (
startDirectives
== null) {
57
return
startDirectives
;