3 references to CreateModelForAttribute
Microsoft.CodeAnalysis.CSharp (3)
Compilation\SpeculativeSemanticModelWithMemberModel.cs (1)
177(node, binderAndModel) => CreateModelForAttribute(binderAndModel.binder, (AttributeSyntax)node, binderAndModel.model),
Compilation\SyntaxTreeSemanticModel.cs (2)
981(node, binderAndModel) => CreateModelForAttribute(binderAndModel.binder, (AttributeSyntax)node, binderAndModel.model), 1232return CreateModelForAttribute(defaultOuter(), (AttributeSyntax)node, containingModel: null);