2 references to CodeIfDirective
dotnet-svcutil-lib (2)
CodeDomFixup\CodeDomVisitors\AddAsyncOpenClose.cs (2)
109CodeIfDirective ifStart = new CodeIfDirective(CodeIfMode.Start, "NETFRAMEWORK"); 110CodeIfDirective ifEnd = new CodeIfDirective(CodeIfMode.End, "");