1 write to IsInterface
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceContractGenerator.cs (1)
465
codeType.
IsInterface
= isInterface;
7 references to IsInterface
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (1)
108
return _currentClass.
IsInterface
;
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (1)
1040
return _currentClass.
IsInterface
;
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
325
return _currentClass.
IsInterface
;
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (4)
2297
if (!c.
IsInterface
&& (e.Attributes & MemberAttributes.ScopeMask) != MemberAttributes.Abstract)
2511
if (e.
IsInterface
)
2519
if (!writtenInherits && (e.
IsInterface
|| !typeRef.IsInterface))
2638
else if (e.
IsInterface
)