11 references to Type
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Patterns.cs (4)
1917TypeWithAnnotations declType = BindType(node.Type, diagnostics, out AliasSymbol aliasOpt);
1919BoundTypeExpression patternType = new BoundTypeExpression(node.Type, aliasOpt, typeWithAnnotations: declType);
1921var result = BindTypePattern(node, node.Type, ref unionType, inputType, ref permitDesignations, patternType, hasErrors, diagnostics, ref useSiteInfo, out hasUnionMatching);
1922diagnostics.Add(node.Type, useSiteInfo);
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp.Features (1)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Roslyn.Diagnostics.CSharp.Analyzers (1)