1 write to _ifText
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\System\CodeIfDirective.cs (1)
41
_ifText
= value;
2 references to _ifText
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeIfDirective.cs (2)
37
return (
_ifText
== null) ? string.Empty :
_ifText
;