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