7 references to Different
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (7)
Emit\CompilationEmitTests.cs (7)
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)] 1170[InlineData("internal void M() { }", "", Match.Different)] 1171[InlineData("private protected void M() { }", "", Match.Different)]