1 write to _startDirectives
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\System\CodeStatement.cs (1)
57
_startDirectives
= new CodeDirectiveCollection();
2 references to _startDirectives
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeStatement.cs (2)
55
if (
_startDirectives
== null)
59
return
_startDirectives
;