9 references to Abstract
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (1)
1325case MemberAttributes.Abstract:
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (3)
319if (!(IsCurrentInterface || (e.Attributes & MemberAttributes.ScopeMask) == MemberAttributes.Abstract)) 327if (!(IsCurrentInterface || (e.Attributes & MemberAttributes.ScopeMask) == MemberAttributes.Abstract)) 386&& (e.Attributes & MemberAttributes.ScopeMask) != MemberAttributes.Abstract)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (4)
2148&& (e.Attributes & MemberAttributes.ScopeMask) != MemberAttributes.Abstract) 2246if (IsCurrentInterface || (e.Attributes & MemberAttributes.ScopeMask) == MemberAttributes.Abstract) 2262if (IsCurrentInterface || (e.Attributes & MemberAttributes.ScopeMask) == MemberAttributes.Abstract) 2374case MemberAttributes.Abstract:
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlCodeExporter.cs (1)
582ctor.Attributes |= MemberAttributes.Abstract;