2 references to IsSkippedMethodName
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\NativeIntegerTests.cs (2)
333
return !
IsSkippedMethodName
(method.Name);
447
return !
IsSkippedMethodName
(method.Name);