8 references to Different
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (8)
Emit\CompilationEmitTests.cs (8)
978[InlineData("public int P { get; set; }", "", Match.Different)] 979[InlineData("protected int P { get; set; }", "", Match.Different)] 984[InlineData("private class C2 { }", "", Match.Different)] // all types are included 985[InlineData("private struct S { }", "", Match.Different)] 986[InlineData("public struct S { private int i; }", "public struct S { }", Match.Different)] 1171[InlineData("internal void M() { }", "", Match.Different)] 1172[InlineData("private protected void M() { }", "", Match.Different)] 1173[InlineData("private class C2 { internal void M() { } }", "private class C2 { }", Match.Different)]