2 writes to Name
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComMethodDesc.cs (2)
22Name = name; 44Name = rgNames[0];
12 references to Name
Microsoft.CSharp (12)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeBinder.cs (2)
199string[] names = _keywordArgNames.AddFirst(_methodDesc.Name); 302Expression.Constant(_methodDesc.Name, typeof(string))
Microsoft\CSharp\RuntimeBinder\ComInterop\ComRuntimeHelpers.cs (1)
222return new DispCallable(dispatch, method.Name, method.DispId);
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeDesc.cs (5)
148names.Add(func.Name, null); 159if (!names.ContainsKey(func.Name)) 161names.Add(func.Name, null); 170if (!names.ContainsKey(func.Name)) 172names.Add(func.Name, null);
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (4)
294method.Name, 301members.Add(new KeyValuePair<string, object>(method.Name, value)); 307members.Add(new KeyValuePair<string, object>(method.Name, ex)); 565string name = method.Name.ToUpper(CultureInfo.InvariantCulture);