Home
last modified time | relevance | path

Searched refs:IsCurrentInterface (Results 1 – 22 of 22) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom.Compiler/
H A DCodeGeneratorTest.cs29 Assert.AreEqual (false, codeGenerator.IsCurrentInterface, "#A4"); in IsCurrentTest()
37 Assert.AreEqual (false, codeGenerator.IsCurrentInterface, "#B4"); in IsCurrentTest()
45 Assert.AreEqual (false, codeGenerator.IsCurrentInterface, "#C4"); in IsCurrentTest()
53 Assert.AreEqual (false, codeGenerator.IsCurrentInterface, "#D4"); in IsCurrentTest()
61 Assert.AreEqual (true, codeGenerator.IsCurrentInterface, "#E4"); in IsCurrentTest()
69 Assert.AreEqual (false, codeGenerator.IsCurrentInterface, "#F4"); in IsCurrentTest()
H A DCodeGeneratorCas.cs302 Assert.IsFalse (IsCurrentInterface, "IsCurrentInterface"); in TestProtectedProperties()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/
H A DCodeValidator.cs296 if (e.PrivateImplementationType != null && !IsCurrentInterface) in ValidateProperty()
312 …if (!(IsCurrentInterface || (e.Attributes & MemberAttributes.ScopeMask) == MemberAttributes.Abstra… in ValidateProperty()
320 …if (!(IsCurrentInterface || (e.Attributes & MemberAttributes.ScopeMask) == MemberAttributes.Abstra… in ValidateProperty()
378 if (!IsCurrentInterface in ValidateMethod()
1026 …private bool IsCurrentInterface => _currentClass != null && !(_currentClass is CodeTypeDelegate) ?… field in System.CodeDom.Compiler.CodeValidator
H A DCodeGenerator.cs30 …protected bool IsCurrentInterface => _currentClass != null && !(_currentClass is CodeTypeDelegate)… field in System.CodeDom.Compiler.CodeGenerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/codedom/compiler/
H A DCodeValidator.cs250 if (e.PrivateImplementationType != null && !IsCurrentInterface) { in ValidateProperty()
262 …if (!(IsCurrentInterface || (e.Attributes & MemberAttributes.ScopeMask) == MemberAttributes.Abstra… in ValidateProperty()
268 …if (!(IsCurrentInterface || (e.Attributes & MemberAttributes.ScopeMask) == MemberAttributes.Abstra… in ValidateProperty()
316 if (!IsCurrentInterface in ValidateMethod()
827 private bool IsCurrentInterface { property in System.CodeDom.Compiler.CodeValidator
H A DCodeGenerator.cs95 protected bool IsCurrentInterface { property in System.CodeDom.Compiler.CodeGenerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/Microsoft/VisualBasic/
H A DVBCodeGenerator.cs1478 if (IsCurrentDelegate || IsCurrentInterface) return; in GenerateField()
1552 if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; in GenerateMethod()
1569 if (!IsCurrentInterface) in GenerateMethod()
1646 if (!IsCurrentInterface in GenerateMethod()
1707 if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; in GenerateProperty()
1721 if (!IsCurrentInterface) in GenerateProperty()
1802 if (!IsCurrentInterface) in GenerateProperty()
1816 if (!IsCurrentInterface) in GenerateProperty()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/Microsoft/CSharp/
H A DCSharpCodeGenerator.cs183 …private bool IsCurrentInterface => _currentClass != null && !(_currentClass is CodeTypeDelegate) ?… field in Microsoft.CSharp.CSharpCodeGenerator
1339 if (IsCurrentDelegate || IsCurrentInterface) return; in GenerateField()
1446 if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; in GenerateMethod()
1457 if (!IsCurrentInterface) in GenerateMethod()
1488 if (!IsCurrentInterface in GenerateMethod()
1536 if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; in GenerateProperty()
1543 if (!IsCurrentInterface) in GenerateProperty()
1559 if (e.PrivateImplementationType != null && !IsCurrentInterface) in GenerateProperty()
1581 …if (IsCurrentInterface || (e.Attributes & MemberAttributes.ScopeMask) == MemberAttributes.Abstract) in GenerateProperty()
1597 …if (IsCurrentInterface || (e.Attributes & MemberAttributes.ScopeMask) == MemberAttributes.Abstract) in GenerateProperty()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/microsoft/visualbasic/
H A DVBCodeProvider.cs1759 if (IsCurrentDelegate || IsCurrentInterface) return; in GenerateField()
1829 if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; in GenerateMethod()
1844 if (!IsCurrentInterface) { in GenerateMethod()
1908 if (!IsCurrentInterface in GenerateMethod()
1967 if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; in GenerateProperty()
1980 if (!IsCurrentInterface) { in GenerateProperty()
2046 if (!IsCurrentInterface) { in GenerateProperty()
2058 if (!IsCurrentInterface) { in GenerateProperty()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/microsoft/csharp/
H A Dcsharpcodeprovider.cs318 private bool IsCurrentInterface { property in Microsoft.CSharp.CSharpCodeGenerator
1748 if (IsCurrentDelegate || IsCurrentInterface) return; in GenerateField()
1852 if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; in GenerateMethod()
1861 if (!IsCurrentInterface) { in GenerateMethod()
1888 if (!IsCurrentInterface in GenerateMethod()
1934 if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; in GenerateProperty()
1940 if (!IsCurrentInterface) { in GenerateProperty()
1953 if (e.PrivateImplementationType != null && !IsCurrentInterface) { in GenerateProperty()
1971 …if (IsCurrentInterface || (e.Attributes & MemberAttributes.ScopeMask) == MemberAttributes.Abstract… in GenerateProperty()
1984 …if (IsCurrentInterface || (e.Attributes & MemberAttributes.ScopeMask) == MemberAttributes.Abstract… in GenerateProperty()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/ref/
H A DSystem.CodeDom.cs927 protected bool IsCurrentInterface { get { throw null; } } property in System.CodeDom.Compiler.CodeGenerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs1637 protected bool IsCurrentInterface { get { throw null; } } property in System.CodeDom.Compiler.CodeGenerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs1633 protected bool IsCurrentInterface { get { throw null; } } property in System.CodeDom.Compiler.CodeGenerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs1441 protected bool IsCurrentInterface { get { throw null; } } property in System.CodeDom.Compiler.CodeGenerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs1458 protected bool IsCurrentInterface { get { throw null; } } property in System.CodeDom.Compiler.CodeGenerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs1458 protected bool IsCurrentInterface { get { throw null; } } property in System.CodeDom.Compiler.CodeGenerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs1441 protected bool IsCurrentInterface { get { throw null; } } property in System.CodeDom.Compiler.CodeGenerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs1441 protected bool IsCurrentInterface { get { throw null; } } property in System.CodeDom.Compiler.CodeGenerator
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs1451 protected bool IsCurrentInterface { get { throw null; } } property in System.CodeDom.Compiler.CodeGenerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.cs1665 protected bool IsCurrentInterface { get { throw null; } } property in System.CodeDom.Compiler.CodeGenerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.cs1458 protected bool IsCurrentInterface { get { throw null; } } property in System.CodeDom.Compiler.CodeGenerator
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.cs1656 protected bool IsCurrentInterface { get { throw null; } } property in System.CodeDom.Compiler.CodeGenerator